home *** CD-ROM | disk | FTP | other *** search
- -- card: 3666 from stack: in
- -- bmap block id: 8401
- -- flags: 0000
- -- background id: 2770
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=246 top=308 right=342 bottom=285
- -- title width / last selected line: 0
- -- icon id / first selected line: 32650 / 32650
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- visual scroll left
- go to next card
- end mouseUp
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=205 top=308 right=342 bottom=244
- -- title width / last selected line: 0
- -- icon id / first selected line: 1016 / 1016
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- visual scroll right
- go to previous card
- end mouseUp
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=464 top=303 right=342 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 14953 / 14953
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- Get the userLevel
- Set the userLevel to 1
- visual effect iris close
- go to card "IndexCard"
- end mouseUp
-
-